Doc update.
authorMatthias Clasen <mclasen@redhat.com>
Mon, 1 Nov 2004 20:14:15 +0000 (20:14 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 1 Nov 2004 20:14:15 +0000 (20:14 +0000)
2004-11-01  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkaboutdialog.c (gtk_show_about_dialog): Doc update.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkaboutdialog.sgml
gtk/gtkaboutdialog.c

index 86578eb5f28470e1cd4487480de95cc1017bc087..ad822ec8e9333d9c118cadca9beef651ce12c858 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-11-01  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkaboutdialog.c (gtk_show_about_dialog): Doc update.
+
        * gtk/gtktextbuffer.c (gtk_text_buffer_backspace): Revalidate the
        iter.  (#156924, Murray Cumming)
 
index 86578eb5f28470e1cd4487480de95cc1017bc087..ad822ec8e9333d9c118cadca9beef651ce12c858 100644 (file)
@@ -1,5 +1,7 @@
 2004-11-01  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkaboutdialog.c (gtk_show_about_dialog): Doc update.
+
        * gtk/gtktextbuffer.c (gtk_text_buffer_backspace): Revalidate the
        iter.  (#156924, Murray Cumming)
 
index 86578eb5f28470e1cd4487480de95cc1017bc087..ad822ec8e9333d9c118cadca9beef651ce12c858 100644 (file)
@@ -1,5 +1,7 @@
 2004-11-01  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkaboutdialog.c (gtk_show_about_dialog): Doc update.
+
        * gtk/gtktextbuffer.c (gtk_text_buffer_backspace): Revalidate the
        iter.  (#156924, Murray Cumming)
 
index 86578eb5f28470e1cd4487480de95cc1017bc087..ad822ec8e9333d9c118cadca9beef651ce12c858 100644 (file)
@@ -1,5 +1,7 @@
 2004-11-01  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkaboutdialog.c (gtk_show_about_dialog): Doc update.
+
        * gtk/gtktextbuffer.c (gtk_text_buffer_backspace): Revalidate the
        iter.  (#156924, Murray Cumming)
 
index 5548a02965fb4846e87aecb7497df72356087e66..e33cc17e5aba37494d93ad0e78e26b868f0cf4a8 100644 (file)
@@ -1,5 +1,7 @@
 2004-11-01  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/tmpl/gtkaboutdialog.sgml: Small update.
+
        * gdk-pixbuf/tmpl/initialization_versions.sgml: Document
        gdk_pixbuf_{major,minor,micro}_version.
 
index 284e4491c4d631e95a6053e3538e64c43245972e..17687262fdf599ee79d61bf1fe14765b93cafdfd 100644 (file)
@@ -19,6 +19,11 @@ supports this by offering global hooks, which are called when the user
 clicks on a link or email address, see gtk_about_dialog_set_email_hook()
 and gtk_about_dialog_set_url_hook().
 </para>
+<para>
+To make constructing a #GtkAboutDialog as convenient as possible, you can
+use the function gtk_show_about_dialog() which constructs and shows a dialog 
+and keeps it around so that it can be shown again.
+</para>
 
 <!-- ##### SECTION See_Also ##### -->
 <para>
@@ -326,6 +331,24 @@ only private fields and should not be directly accessed.
 @logo: 
 
 
+<!-- ##### FUNCTION gtk_about_dialog_get_logo_icon_name ##### -->
+<para>
+
+</para>
+
+@about: 
+@Returns: 
+
+
+<!-- ##### FUNCTION gtk_about_dialog_set_logo_icon_name ##### -->
+<para>
+
+</para>
+
+@about: 
+@icon_name: 
+
+
 <!-- ##### USER_FUNCTION GtkAboutDialogActivateLinkFunc ##### -->
 <para>
 The type of a function which is called when a URL or email
index 9370420ca03e84ecc832fd24f4782ceab23de2b7..a917a1d65b525fdad48cfb37227dba71d45db76f 100644 (file)
@@ -1981,6 +1981,8 @@ gtk_about_dialog_set_url_hook (GtkAboutDialogActivateLinkFunc func,
  * @Varargs: value of first property, followed by more properties, %NULL-terminated
  *
  * This is a convenience function for showing an application's about box.
+ * The constructed dialog is associated with the parent window and 
+ * reused for future invocations of this function.
  *
  * Since: 2.6
  */